PDF4Java Reference Documentation
com.o2sol.pdf4java.content.images Package / PDFVisualImage Class / save Method
Destination stream where the image will be saved.
Format used for saving the image.
In This Topic
    save Method
    In This Topic
    Saves the image to the stream.
    Syntax

    Parameters

    stream
    Destination stream where the image will be saved.
    imageSaveFormat
    Format used for saving the image.
    Exceptions
    ExceptionDescription
    When the method is called on an image that has been extracted without its data, PDFContentExtractor.extractImages method has been called using 'false' as its parameter.
    See Also